'宣言 Public Function New( _ ByVal table As System.Data.DataTable, _ ByVal keyColumn As System.String, _ ByVal columnNames() As System.String, _ ByVal displayColumn As System.Integer _ )
public MultiColumnDictionary( System.Data.DataTable table, System.string keyColumn, System.string[] columnNames, System.int displayColumn )
パラメータ
- table
 - Data source object.
 - keyColumn
 - Name of the data source column that contains unique keys.
 - columnNames
 - Array with the names of the columns that are included in the map.
 - displayColumn
 - Name of the column that is displayed in the grid.